Package com.cisco.pt.ipc.sim.impl
Class CableSignalingImpl
java.lang.Object
com.cisco.pt.ipc.impl.IPCObjectImpl
com.cisco.pt.ipc.sim.impl.ProcessImpl
com.cisco.pt.ipc.sim.impl.CableSignalingImpl
- All Implemented Interfaces:
IPCObject,CableSignaling,Process
Information provided by the PKI file:
\class CableSignaling
\brief CableSignaling handles and manipulates the PPP encapsulation process.
\example network().getDevice("Router0").getProcess("CableSignaling")
- Author:
- Auto-generated
-
Field Summary
Fields inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
accessMessage, ipcFactory, packetTracerSession -
Constructor Summary
ConstructorsConstructorDescriptionCableSignalingImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage) -
Method Summary
Modifier and TypeMethodDescriptionintInformation provided by the PKI file:getUserTrafficAt(int index) Information provided by the PKI file:Methods inherited from class com.cisco.pt.ipc.sim.impl.ProcessImpl
getOwnerDeviceMethods inherited from class com.cisco.pt.ipc.impl.IPCObjectImpl
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSession, sendMessage, sendMessageWithReturn, translateToCommandStatusStringPairMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.cisco.pt.ipc.IPCObject
getAccessMessage, getClassName, getFactory, getObjectUUID, getPacketTracerSessionMethods inherited from interface com.cisco.pt.ipc.sim.Process
getOwnerDevice
-
Constructor Details
-
CableSignalingImpl
public CableSignalingImpl(IPCFactory ipcFactory, PacketTracerSession packetTracerSession, IPCMessageLTV accessMessage)
-
-
Method Details
-
getPacketCnt
public int getPacketCnt()Information provided by the PKI file:
\brief Returns how many packets have been evaluated. \return int, value is how many packets have been evaluated.- Specified by:
getPacketCntin interfaceCableSignaling- Returns:
- int Returns a int
-
getUserTrafficAt
Information provided by the PKI file:
\brief Returns the user traffic at the supplied index. \param index, index to get the user traffic at. \return UserTrafic, value is the user traffic at the supplied index.- Specified by:
getUserTrafficAtin interfaceCableSignaling- Parameters:
index- Takes in a parameter of index- Returns:
- UserTraffic Returns a UserTraffic
-